home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gStartCast, gEndCast
- freebytesAtStart = the freeBytes
- GetValues()
- total = GetStageCastSizes(gStartCast, gEndCast, 0, 0)
- now = startTimer()
- tell the stage
- preloadCast(gStartCast, gEndCast)
- end tell
- duration = PutTime(now)
- Throughput(duration, total, 0, freebytesAtStart)
- end
-